Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: basic DQN #19

Merged
merged 5 commits into from
Apr 12, 2024
Merged

feat: basic DQN #19

merged 5 commits into from
Apr 12, 2024

Conversation

RexBearIU
Copy link
Contributor

@RexBearIU RexBearIU commented Apr 10, 2024

DEVELOP

add env template and modify the year on the footer

CHECK LIST

  • Naming convention verification: checked
  • Coding style verification: checked
  • new Library: 1 ("@tensorflow/tfjs-node": "^4.17.0")
  • new Class / Component: 5
  • new loop: 7 (src/strategies/strategy/rl-dqn/train.ts 30-32 and 40 -70 ) (src/price_ticker/price_ticker.service.spec.ts 43-54) (src/strategies/strategies.service.ts 109-112) (src/strategies/strategy/rl-dqn/replay_memory.ts 75-77) (src/strategies/strategy/rl-dqn/tradeAgent.ts 164 and 187)
  • new recursive: 0
  • high risk: 0
  • new sql: 0

UML

@RexBearIU RexBearIU linked an issue Apr 12, 2024 that may be closed by this pull request
Copy link
Member

@Luphia Luphia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • no bug found

@Luphia Luphia merged commit b7a3fe3 into develop Apr 12, 2024
0 of 2 checks passed
@Luphia Luphia deleted the feature/DQN branch April 12, 2024 07:52
@RexBearIU RexBearIU linked an issue Apr 19, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Train the reinforce modal and tune it Design the reinforce modal for tradebot
2 participants